From: Miles Bader Date: Mon, 15 Apr 2002 06:16:28 +0000 (+0000) Subject: (highlight): Force foreground to be black on a tty, so this face is X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~57707 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=04b8b38245266bd0299275e3307efad03402fe13;p=emacs.git (highlight): Force foreground to be black on a tty, so this face is readable on a dark-background tty. --- diff --git a/lisp/faces.el b/lisp/faces.el index 932e0f3f6e4..de049f7f097 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1885,7 +1885,7 @@ created." (defface highlight '((((type tty) (class color)) - :background "green") + :background "green" :foreground "black") (((class color) (background light)) :background "darkseagreen2") (((class color) (background dark))